diff --git a/test/libraries/PMA_insert_edit_test.php b/test/libraries/PMA_insert_edit_test.php index 4121dc7248..7991aef7b5 100644 --- a/test/libraries/PMA_insert_edit_test.php +++ b/test/libraries/PMA_insert_edit_test.php @@ -582,34 +582,34 @@ class PMA_InsertEditTest extends PHPUnit_Framework_TestCase $column['is_blob'] = true; $this->assertTag( PMA_getTagArray('', array('content' => 'Binary')), - PMA_getFunctionColumn($column, false, '', '', '', '', '', '', '') + PMA_getFunctionColumn($column, false, '', '', array(), 0, 0, 0, false) ); $GLOBALS['cfg']['ProtectBinary'] = 'all'; $column['is_binary'] = true; $this->assertTag( PMA_getTagArray('', array('content' => 'Binary')), - PMA_getFunctionColumn($column, true, '', '', '', '', '', '', '') + PMA_getFunctionColumn($column, true, '', '', array(), 0, 0, 0, false) ); $GLOBALS['cfg']['ProtectBinary'] = 'noblob'; $column['is_blob'] = false; $this->assertTag( PMA_getTagArray('', array('content' => 'Binary')), - PMA_getFunctionColumn($column, true, '', '', '', '', '', '', '') + PMA_getFunctionColumn($column, true, '', '', array(), 0, 0, 0, false) ); $GLOBALS['cfg']['ProtectBinary'] = false; $column['True_Type'] = 'enum'; $this->assertTag( PMA_getTagArray('', array('content' => '--')), - PMA_getFunctionColumn($column, true, '', '', '', '', '', '', '') + PMA_getFunctionColumn($column, true, '', '', array(), 0, 0, 0, false) ); $column['True_Type'] = 'set'; $this->assertTag( PMA_getTagArray('', array('content' => '--')), - PMA_getFunctionColumn($column, true, '', '', '', '', '', '', '') + PMA_getFunctionColumn($column, true, '', '', array(), 0, 0, 0, false) ); $column['True_Type'] = ''; @@ -617,7 +617,7 @@ class PMA_InsertEditTest extends PHPUnit_Framework_TestCase $this->assertTag( PMA_getTagArray('', array('content' => '--')), PMA_getFunctionColumn( - $column, true, '', '', array('int'), '', '', '', '' + $column, true, '', '', array('int'), 0, 0, 0, false ) ); @@ -626,7 +626,7 @@ class PMA_InsertEditTest extends PHPUnit_Framework_TestCase $this->assertContains( '