Skip to content

Commit d4f8f8f

Browse files
committed
test: fixed buggy test
1 parent 421e81f commit d4f8f8f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/Application.Routers/Route.utf8Param.phpt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ testRouteIn($route, '/č', 'Default', array(
2222
'test' => 'testvalue',
2323
), '/%C4%8D?test=testvalue');
2424

25-
testRouteIn($route, '/%C4%8D');
25+
testRouteIn($route, '/%C4%8D', 'Default', array(
26+
'param' => 'č',
27+
'test' => 'testvalue',
28+
), '/%C4%8D?test=testvalue');
2629

2730
testRouteIn($route, '/');

0 commit comments

Comments
 (0)