From 77a40e7f9e1a95ec408c36a27c5225a2a8610604 Mon Sep 17 00:00:00 2001 From: Hugues Peccatte Date: Tue, 21 Jul 2015 00:08:26 +0200 Subject: Fix typo. Signed-off-by: Hugues Peccatte --- test/classes/schema/Eps_Relation_Schema_test.php | 2 +- test/classes/schema/Export_Relation_Schema_test.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test') 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( -- cgit v1.2.3