Fix tests

Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
Madhura Jayaratne 2015-03-06 16:00:31 +05:30
parent a708e79df7
commit c93d7f8440

View File

@ -352,7 +352,8 @@ class PMA_Central_Columns_Test extends PHPUnit_Framework_TestCase
'col_length'=>12,
'col_collation'=>'utf8_general_ci',
'col_isNull'=>1,
'col_extra'=>array('col_extra'=>'','col_attribute'=>'')
'col_extra'=> '',
'col_attribute'=>''
);
$result = PMA_getHTMLforCentralColumnsTableRow($row, false, 1, 'phpmyadmin');
$this->assertTag(