mirror of
https://github.com/cachethq/cachet.git
synced 2026-07-01 08:15:55 +00:00
fix bad method name
This commit is contained in:
@@ -38,7 +38,7 @@ class StatusPageControllerTest extends AbstractTestCase
|
||||
->setupConfig();
|
||||
}
|
||||
|
||||
public function testIndexShowsOnlyPublicComponentGroupsToGues()
|
||||
public function testIndexShowsOnlyPublicComponentGroupsToGuests()
|
||||
{
|
||||
$this->visit('/')
|
||||
->see(self::COMPONENT_GROUP_1_NAME)
|
||||
|
||||
Reference in New Issue
Block a user