Fix router option in the Router test case.

This commit is contained in:
Gregorio Chiko Putra 2017-09-04 10:40:40 +07:00
parent 62430ff905
commit 128d337383

View File

@ -33,7 +33,7 @@ class RouterTest extends \PHPUnit\Framework\TestCase
'{action}',
['controller' => 'home'],
'login',
['controller' => 'home', 'action' => 'login']
['controller' => 'home']
]
];
}