diff --git a/test/libraries/PMA_structure_test.php b/test/libraries/PMA_structure_test.php index 0cc505f287..eb8391dd0e 100644 --- a/test/libraries/PMA_structure_test.php +++ b/test/libraries/PMA_structure_test.php @@ -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 ) ) );