created and modified are backwards
authordemeritcowboy <demeritcowboy@hotmail.com>
Wed, 1 Sep 2021 15:07:13 +0000 (11:07 -0400)
committerdemeritcowboy <demeritcowboy@hotmail.com>
Wed, 1 Sep 2021 15:33:40 +0000 (11:33 -0400)
tests/phpunit/CRM/Utils/TokenConsistencyTest.php

index bae1d43e1ef6c2811679a3122008ad8dab53b176..edb7ada39f1c1a8bbab0dd40b85e0bae665dc4b6 100644 (file)
@@ -74,8 +74,8 @@ July 26th, 2021
 case details
 Ongoing
 No
-' . $this->case['modified_date'] . '
 ' . $this->case['created_date'] . '
+' . $this->case['modified_date'] . '
 ';
   }