mirror of
https://github.com/openvk/chandler.git
synced 2025-03-29 12:38:12 +03:00
Fixing the tests.
This commit is contained in:
parent
104416c967
commit
1b845a17d8
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class RouterTest extends TestCase
|
|||
return [
|
||||
[
|
||||
"expected" => ["Index", "index"],
|
||||
"givenRoute" => "Index@index",
|
||||
"givenRoute" => "Index->index",
|
||||
],
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue