Fix test. Numeric indexes are being used to fetch value
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
parent
90b5983ddf
commit
1ed244db25
@ -241,8 +241,8 @@ class PMA_Structure_Test extends PHPUnit_Framework_TestCase
|
||||
->will(
|
||||
$this->returnValue(
|
||||
array(
|
||||
'Table' => 'PMA_Table',
|
||||
'Create Table' => $expected_result
|
||||
'PMA_Table',
|
||||
$expected_result
|
||||
)
|
||||
)
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user