fix bad method name
This commit is contained in:
@@ -38,7 +38,7 @@ class StatusPageControllerTest extends AbstractTestCase
|
|||||||
->setupConfig();
|
->setupConfig();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testIndexShowsOnlyPublicComponentGroupsToGues()
|
public function testIndexShowsOnlyPublicComponentGroupsToGuests()
|
||||||
{
|
{
|
||||||
$this->visit('/')
|
$this->visit('/')
|
||||||
->see(self::COMPONENT_GROUP_1_NAME)
|
->see(self::COMPONENT_GROUP_1_NAME)
|
||||||
|
|||||||
Reference in New Issue
Block a user