Fixing the tests.

This commit is contained in:
Ilya Bakhlin 2022-01-09 23:46:12 +01:00
parent 104416c967
commit 1b845a17d8

View file

@ -20,7 +20,7 @@ class RouterTest extends TestCase
return [ return [
[ [
"expected" => ["Index", "index"], "expected" => ["Index", "index"],
"givenRoute" => "Index@index", "givenRoute" => "Index->index",
], ],
]; ];
} }