Skip to content

Commit

Permalink
Fixed "wierd" is a misspelling of "weird"
Browse files Browse the repository at this point in the history
  • Loading branch information
itosho committed Sep 2, 2018
1 parent 8b59b5f commit 0a6908f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Routing/Route/RouteTest.php
Expand Up @@ -582,7 +582,7 @@ public function testComplexRouteCompilingAndParsing()
$this->assertRegExp($result, '/source/view');
$this->assertRegExp($result, '/source/view/other/params');
$this->assertNotRegExp($result, '/chaw_test/wiki');
$this->assertNotRegExp($result, '/source/wierd_action');
$this->assertNotRegExp($result, '/source/weird_action');
}

/**
Expand Down

0 comments on commit 0a6908f

Please sign in to comment.