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:
-rw-r--r--test/classes/schema/Eps_Relation_Schema_test.php2
-rw-r--r--test/classes/schema/Export_Relation_Schema_test.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/classes/schema/Eps_Relation_Schema_test.php b/test/classes/schema/Eps_Relation_Schema_test.php
index 9576d8ff85..1632622247 100644
--- a/test/classes/schema/Eps_Relation_Schema_test.php
+++ b/test/classes/schema/Eps_Relation_Schema_test.php
@@ -186,7 +186,7 @@ class PMA_Eps_Relation_Schema_Test extends PHPUnit_Framework_TestCase
*
* @group medium
*/
- public function testSetPageNumbere()
+ public function testSetPageNumber()
{
$this->object->setPageNumber(33);
$this->assertEquals(
diff --git a/test/classes/schema/Export_Relation_Schema_test.php b/test/classes/schema/Export_Relation_Schema_test.php
index 573e345c4b..89f956109b 100644
--- a/test/classes/schema/Export_Relation_Schema_test.php
+++ b/test/classes/schema/Export_Relation_Schema_test.php
@@ -59,7 +59,7 @@ class PMA_Export_Relation_Schema_Test extends PHPUnit_Framework_TestCase
*
* @group medium
*/
- public function testSetPageNumbere()
+ public function testSetPageNumber()
{
$this->object->setPageNumber(33);
$this->assertEquals(