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);