From 79aa77f08dc30da7d23a02e52f9b8e799cda4a52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 16 Dec 2015 13:07:14 +0100 Subject: [PATCH] Adjust tests to new code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- test/classes/DisplayResultsTest.php | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/test/classes/DisplayResultsTest.php b/test/classes/DisplayResultsTest.php index 9c8532fbcf..fed14ac557 100644 --- a/test/classes/DisplayResultsTest.php +++ b/test/classes/DisplayResultsTest.php @@ -1342,7 +1342,22 @@ class DisplayResultsTest extends PHPUnit_Framework_TestCase null, '31303031' + . '&token=token" class="disableAjax">1001' + ), + array( + true, + true, + 'BLOB', + hex2bin('123456'), + 'PMA_mimeDefaultFunction', + '', + 'PMA_mimeDefaultFunction', + $meta, + $url_params, + null, + '0x123456' ), array( true,