From 1ed244db2506c58535dd842332c920c300a26da4 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Mon, 13 Jul 2015 18:24:06 +0530 Subject: Fix test. Numeric indexes are being used to fetch value Signed-off-by: Madhura Jayaratne --- test/libraries/PMA_structure_test.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') 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 ) ) ); -- cgit v1.2.3