Adjust tests to new code
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
a85f3f80f2
commit
79aa77f08d
@ -1342,7 +1342,22 @@ class DisplayResultsTest extends PHPUnit_Framework_TestCase
|
||||
null,
|
||||
'<a href="tbl_get_field.php?db=foo&table=bar&server=0'
|
||||
. '&lang=en&collation_connection=utf-8'
|
||||
. '&token=token" class="disableAjax">31303031</a>'
|
||||
. '&token=token" class="disableAjax">1001</a>'
|
||||
),
|
||||
array(
|
||||
true,
|
||||
true,
|
||||
'BLOB',
|
||||
hex2bin('123456'),
|
||||
'PMA_mimeDefaultFunction',
|
||||
'',
|
||||
'PMA_mimeDefaultFunction',
|
||||
$meta,
|
||||
$url_params,
|
||||
null,
|
||||
'<a href="tbl_get_field.php?db=foo&table=bar&server=0'
|
||||
. '&lang=en&collation_connection=utf-8'
|
||||
. '&token=token" class="disableAjax">0x123456</a>'
|
||||
),
|
||||
array(
|
||||
true,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user