Pass correct types in testsuite
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
8c1482816a
commit
1cc4620d65
@ -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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user