Browse Source

Fixed "wierd" is a misspelling of "weird"

itosho 7 years ago
parent
commit
0a6908ffd8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/Routing/Route/RouteTest.php

+ 1 - 1
tests/TestCase/Routing/Route/RouteTest.php

@@ -582,7 +582,7 @@ class RouteTest extends TestCase
         $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');
     }
 
     /**