Fix test. Numeric indexes are being used to fetch value

Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
Madhura Jayaratne 2015-07-13 18:24:06 +05:30
parent 90b5983ddf
commit 1ed244db25

View File

@ -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
)
)
);