mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-10 22:18:40 +00:00
fix , in function
This commit is contained in:
parent
4da69b5c09
commit
8a21347547
|
|
@ -125,7 +125,7 @@ class RouterTest extends \PHPUnit\Framework\TestCase
|
||||||
$router->route(
|
$router->route(
|
||||||
(new Request(
|
(new Request(
|
||||||
new Http('http://test.com/backend/admin/settings/csrf/something?test')
|
new Http('http://test.com/backend/admin/settings/csrf/something?test')
|
||||||
))->getUri()->getRoute(),
|
))->getUri()->getRoute()
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user