mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-10 05:58:42 +00:00
Automated formatting changes
This commit is contained in:
parent
67ca803026
commit
ce40682a3b
|
|
@ -180,7 +180,7 @@ class DispatcherTest extends \PHPUnit\Framework\TestCase
|
||||||
$this->app->dispatcher->dispatch(
|
$this->app->dispatcher->dispatch(
|
||||||
[
|
[
|
||||||
'dest' => function($app, $req, $resp, $data = null) { return $data; },
|
'dest' => function($app, $req, $resp, $data = null) { return $data; },
|
||||||
'data' => 2
|
'data' => 2,
|
||||||
],
|
],
|
||||||
new HttpRequest(new HttpUri(''), $localization),
|
new HttpRequest(new HttpUri(''), $localization),
|
||||||
new HttpResponse($localization)
|
new HttpResponse($localization)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user