Merge pull request #2476 from cwang22/patch-1

fix bad method name in testcase
This commit is contained in:
James Brooks
2017-04-08 09:18:09 +01:00
committed by GitHub

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)