diff --git a/tests/unit/suites/libraries/cms/module/JModuleHelperTest.php b/tests/unit/suites/libraries/cms/module/JModuleHelperTest.php index a156eccd0cb9c..d24dd1d114c1b 100644 --- a/tests/unit/suites/libraries/cms/module/JModuleHelperTest.php +++ b/tests/unit/suites/libraries/cms/module/JModuleHelperTest.php @@ -99,7 +99,7 @@ public function testGetModule() $this->assertEquals( $module->id, 0, - 'There anonymous module should have no id' + 'The anonymous module should have no id' ); $this->assertEquals( @@ -111,7 +111,7 @@ public function testGetModule() $this->assertEquals( $module->module, 'mod_false', - 'There anonymous module should have the given name' + 'The anonymous module should have the given name' ); }