Automated formatting changes (NO_CI)

This commit is contained in:
Formatter Bot 2023-09-26 03:08:56 +00:00
parent 52af76a285
commit f6a175327f

View File

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