Test Setup Failed
Push — master ( 378fd1...ebdad7 )
by Axel
06:15
created
src/Zikula/CoreBundle/Command/GenerateTestUsersCommand.php 1 patch
Upper-Lower-Casing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@  discard block
 block discarded – undo
124 124
 
125 125
 <info>php %command.full_name% 1000 --active=I --verified=2 --regdate='>20200101'</info>
126 126
 
127
-EOT
127
+eot
128 128
             );
129 129
     }
130 130
 
@@ -191,7 +191,7 @@  discard block
 block discarded – undo
191 191
         }
192 192
         $randTimeStamp = mt_rand($regDate->getTimestamp(), $this->nowUTC->getTimestamp());
193 193
 
194
-        return \DateTime::createFromFormat('U', "${randTimeStamp}", $utcTz);
194
+        return \DateTime::createFromFormat('U', "${randtimestamp}", $utcTz);
195 195
     }
196 196
 
197 197
     private function insertUser(string $uname): void
Please login to merge, or discard this patch.