fix bad method name

This commit is contained in:
Chenggang Wang 2017-04-06 17:39:08 +10:00 committed by GitHub
parent 5d9e5e6f50
commit d0e1268c59

View File

@ -38,7 +38,7 @@ class StatusPageControllerTest extends AbstractTestCase
->setupConfig();
}
public function testIndexShowsOnlyPublicComponentGroupsToGues()
public function testIndexShowsOnlyPublicComponentGroupsToGuests()
{
$this->visit('/')
->see(self::COMPONENT_GROUP_1_NAME)