diff --git a/tests/Controller/Api/ApiControllerAttributeTrait.php b/tests/Controller/Api/ApiControllerAttributeTrait.php index 5137aac..b0c0b01 100644 --- a/tests/Controller/Api/ApiControllerAttributeTrait.php +++ b/tests/Controller/Api/ApiControllerAttributeTrait.php @@ -24,7 +24,7 @@ use phpOMS\Uri\HttpUri; trait ApiControllerAttributeTrait { /** - * @covers Modules\FleetManagement\Controller\ApiController + * @covers Modules\FleetManagement\Controller\ApiVehicleAttribute * @group module */ public function testApiVehicleAttributeTypeCreate() : void @@ -42,7 +42,7 @@ trait ApiControllerAttributeTrait } /** - * @covers Modules\FleetManagement\Controller\ApiController + * @covers Modules\FleetManagement\Controller\ApiVehicleAttribute * @group module */ public function testApiVehicleAttributeTypeL11nCreate() : void @@ -60,7 +60,7 @@ trait ApiControllerAttributeTrait } /** - * @covers Modules\FleetManagement\Controller\ApiController + * @covers Modules\FleetManagement\Controller\ApiVehicleAttribute * @group module */ public function testApiVehicleAttributeValueIntCreate() : void @@ -80,7 +80,7 @@ trait ApiControllerAttributeTrait } /** - * @covers Modules\FleetManagement\Controller\ApiController + * @covers Modules\FleetManagement\Controller\ApiVehicleAttribute * @group module */ public function testApiVehicleAttributeValueStrCreate() : void @@ -99,7 +99,7 @@ trait ApiControllerAttributeTrait } /** - * @covers Modules\FleetManagement\Controller\ApiController + * @covers Modules\FleetManagement\Controller\ApiVehicleAttribute * @group module */ public function testApiVehicleAttributeValueFloatCreate() : void @@ -118,7 +118,7 @@ trait ApiControllerAttributeTrait } /** - * @covers Modules\FleetManagement\Controller\ApiController + * @covers Modules\FleetManagement\Controller\ApiVehicleAttribute * @group module */ public function testApiVehicleAttributeValueDatCreate() : void @@ -137,7 +137,7 @@ trait ApiControllerAttributeTrait } /** - * @covers Modules\FleetManagement\Controller\ApiController + * @covers Modules\FleetManagement\Controller\ApiVehicleAttribute * @group module */ public function testApiVehicleAttributeCreate() : void @@ -155,7 +155,7 @@ trait ApiControllerAttributeTrait } /** - * @covers Modules\FleetManagement\Controller\ApiController + * @covers Modules\FleetManagement\Controller\ApiVehicleAttribute * @group module */ public function testApiVehicleAttributeValueCreateInvalidData() : void @@ -171,7 +171,7 @@ trait ApiControllerAttributeTrait } /** - * @covers Modules\FleetManagement\Controller\ApiController + * @covers Modules\FleetManagement\Controller\ApiVehicleAttribute * @group module */ public function testApiVehicleAttributeTypeCreateInvalidData() : void @@ -187,7 +187,7 @@ trait ApiControllerAttributeTrait } /** - * @covers Modules\FleetManagement\Controller\ApiController + * @covers Modules\FleetManagement\Controller\ApiVehicleAttribute * @group module */ public function testApiVehicleAttributeTypeL11nCreateInvalidData() : void @@ -203,7 +203,7 @@ trait ApiControllerAttributeTrait } /** - * @covers Modules\FleetManagement\Controller\ApiController + * @covers Modules\FleetManagement\Controller\ApiVehicleAttribute * @group module */ public function testApiVehicleAttributeCreateInvalidData() : void