mirror of
https://github.com/Karaka-Management/oms-FleetManagement.git
synced 2026-01-11 12:58:42 +00:00
fix tests
This commit is contained in:
parent
a5ca8e6e4b
commit
ce9ec8029d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user