Skip to content

Commit

Permalink
Update tests/Routing/RouteRegistrarTest.php
Browse files Browse the repository at this point in the history
Co-authored-by: Marek Szymczuk <[email protected]>
  • Loading branch information
gregorip02 and bonzai authored Oct 27, 2020
1 parent 6d29bc2 commit d189e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Routing/RouteRegistrarTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ public function testWhereNumberRegistration()
}
}

public function testWhereStringRegistration()
public function testWhereAlphaRegistration()
{
$wheres = ['foo' => '[a-zA-Z]+', 'bar' => '[a-zA-Z]+'];

Expand Down

0 comments on commit d189e6f

Please sign in to comment.