diff --git a/tests/php-unit-tests/unitary-tests/core/DBObject/CRUDEventWithModifiedDataModelTest.php b/tests/php-unit-tests/unitary-tests/core/DBObject/CRUDEventWithModifiedDataModelTest.php index 2c0fae0a1..a136f30f7 100644 --- a/tests/php-unit-tests/unitary-tests/core/DBObject/CRUDEventWithModifiedDataModelTest.php +++ b/tests/php-unit-tests/unitary-tests/core/DBObject/CRUDEventWithModifiedDataModelTest.php @@ -35,7 +35,7 @@ class CRUDEventWithModifiedDataModelTest extends ItopCustomDatamodelTestCase { static::CleanCallCount(); parent::setUp(); - static::$DEBUG_UNIT_TEST = true; + static::$DEBUG_UNIT_TEST = false; if (static::$DEBUG_UNIT_TEST) { echo '--- logging in '.APPROOT.static::$sLogFile."\n\n";