From f6a175327ff4a9816e70cf7d90b8a99850b50c2f Mon Sep 17 00:00:00 2001 From: Formatter Bot Date: Tue, 26 Sep 2023 03:08:56 +0000 Subject: [PATCH] Automated formatting changes (NO_CI) --- tests/Controller/ApiControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Controller/ApiControllerTest.php b/tests/Controller/ApiControllerTest.php index 6768d70..59609bf 100755 --- a/tests/Controller/ApiControllerTest.php +++ b/tests/Controller/ApiControllerTest.php @@ -86,7 +86,7 @@ final class ApiControllerTest extends \PHPUnit\Framework\TestCase $this->app->accountManager->add($account); $this->app->router = new WebRouter(); - $this->module = $this->app->moduleManager->get('FleetManagement', 'Api'); + $this->module = $this->app->moduleManager->get('FleetManagement', 'Api'); $this->attrModule = $this->app->moduleManager->get('FleetManagement', 'ApiVehicleAttribute'); TestUtils::setMember($this->module, 'app', $this->app);