diff --git a/tests/php-unit-tests/unitary-tests/core/ExpressionEvaluateTest.php b/tests/php-unit-tests/unitary-tests/core/ExpressionEvaluateTest.php index de80a8330..d6f2826fd 100644 --- a/tests/php-unit-tests/unitary-tests/core/ExpressionEvaluateTest.php +++ b/tests/php-unit-tests/unitary-tests/core/ExpressionEvaluateTest.php @@ -526,7 +526,7 @@ class ExpressionEvaluateTest extends ItopDataTestCase $oDate = new DateTime($sStartDate); for ($i = 0 ; $i < $iRepeat ; $i++) { - $sDate = date_format($oDate, 'Y-m-d, H:i:s'); + $sDate = date_format($oDate, 'Y-m-d H:i:s'); $this->debug("Checking '$sDate'"); $this->testEveryTimeFormat($sDate); $oDate->add(new DateInterval($sInterval));