Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/libraries/PMA_structure_test.php')
-rw-r--r--test/libraries/PMA_structure_test.php4
1 files changed, 2 insertions, 2 deletions
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
)
)
);