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
path: root/test
diff options
context:
space:
mode:
authorHugues Peccatte <hugues.peccatte@gmail.com>2015-07-21 01:08:26 +0300
committerHugues Peccatte <hugues.peccatte@gmail.com>2015-07-21 01:08:26 +0300
commit77a40e7f9e1a95ec408c36a27c5225a2a8610604 (patch)
tree0d7e114c9d0e2a7b583654acce522bb53c17d5aa /test
parent1cc57abb78eb5027a92a8a5b397cea2decca146a (diff)
Fix typo.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
Diffstat (limited to 'test')
-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(