Skip to content

Commit

Permalink
Merge pull request #2476 from cwang22/patch-1
Browse files Browse the repository at this point in the history
fix bad method name in testcase
  • Loading branch information
jbrooksuk authored Apr 8, 2017
2 parents 5d9e5e6 + d0e1268 commit 751b827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Http/Controllers/StatusPageControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ protected function setUp()
->setupConfig();
}

public function testIndexShowsOnlyPublicComponentGroupsToGues()
public function testIndexShowsOnlyPublicComponentGroupsToGuests()
{
$this->visit('/')
->see(self::COMPONENT_GROUP_1_NAME)
Expand Down

0 comments on commit 751b827

Please sign in to comment.