diff --git a/tests/php-unit-tests/unitary-tests/core/AttributeDefinitionTest.php b/tests/php-unit-tests/unitary-tests/core/AttributeDefinitionTest.php index 9897fb99d..5c4e620a4 100644 --- a/tests/php-unit-tests/unitary-tests/core/AttributeDefinitionTest.php +++ b/tests/php-unit-tests/unitary-tests/core/AttributeDefinitionTest.php @@ -6,7 +6,6 @@ use AttributeDate; use AttributeDateTime; use Change; use Combodo\iTop\Test\UnitTest\ItopDataTestCase; -use DateTime; use MetaModel; use UserRequest; @@ -340,4 +339,5 @@ PHP $oAttribute->SetHostClass($sHostClass); return $oAttribute; } + }