From d0e1268c59cd3aeca83c391711023eff645bf330 Mon Sep 17 00:00:00 2001 From: Chenggang Wang Date: Thu, 6 Apr 2017 17:39:08 +1000 Subject: [PATCH] fix bad method name --- tests/Http/Controllers/StatusPageControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Http/Controllers/StatusPageControllerTest.php b/tests/Http/Controllers/StatusPageControllerTest.php index 9c36494a..41204776 100644 --- a/tests/Http/Controllers/StatusPageControllerTest.php +++ b/tests/Http/Controllers/StatusPageControllerTest.php @@ -38,7 +38,7 @@ class StatusPageControllerTest extends AbstractTestCase ->setupConfig(); } - public function testIndexShowsOnlyPublicComponentGroupsToGues() + public function testIndexShowsOnlyPublicComponentGroupsToGuests() { $this->visit('/') ->see(self::COMPONENT_GROUP_1_NAME)