mirror of
https://github.com/openvk/chandler.git
synced 2025-03-31 21:43:59 +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 [
|
return [
|
||||||
[
|
[
|
||||||
"expected" => ["Index", "index"],
|
"expected" => ["Index", "index"],
|
||||||
"givenRoute" => "Index@index",
|
"givenRoute" => "Index->index",
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue