Pass correct types in testsuite

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2014-06-06 13:12:26 +02:00
parent 8c1482816a
commit 1cc4620d65

View File

@ -646,7 +646,7 @@ class PMA_InsertEditTest extends PHPUnit_Framework_TestCase
$column['Field_md5'] = 'foobar';
$result = PMA_getNullColumn(
$column, 'a', true, 2, 0, 1, "<script>", '', ''
$column, 'a', true, 2, 0, 1, "<script>", array(), array()
);
$this->assertTag(
@ -691,7 +691,7 @@ class PMA_InsertEditTest extends PHPUnit_Framework_TestCase
// case 2
$column['Null'] = 'NO';
$result = PMA_getNullColumn(
$column, 'a', true, 2, 0, 1, "<script>", '', ''
$column, 'a', true, 2, 0, 1, "<script>", array(), array()
);
$this->assertEquals(