Fix router option in the Router test case.
This commit is contained in:
parent
62430ff905
commit
128d337383
@ -33,7 +33,7 @@ class RouterTest extends \PHPUnit\Framework\TestCase
|
||||
'{action}',
|
||||
['controller' => 'home'],
|
||||
'login',
|
||||
['controller' => 'home', 'action' => 'login']
|
||||
['controller' => 'home']
|
||||
]
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user