From eb2fe97af95481f95b1816a0e57a7ee3503c0039 Mon Sep 17 00:00:00 2001 From: Sandor Semsey Date: Sun, 7 Jun 2020 21:14:58 +0200 Subject: [PATCH] Earlier.day test --- tests/phpunit/CRM/Utils/DateTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/CRM/Utils/DateTest.php b/tests/phpunit/CRM/Utils/DateTest.php index 05809d04e3..65afb0384a 100644 --- a/tests/phpunit/CRM/Utils/DateTest.php +++ b/tests/phpunit/CRM/Utils/DateTest.php @@ -312,7 +312,7 @@ class CRM_Utils_DateTest extends CiviUnitTestCase { $this->assertEquals([ 'from' => NULL, - 'to' => date('Ymd000000', strtotime('-1 day')) + 'to' => date('Ymd000000', strtotime('-1 day')), ], $date); } -- 2.25.1