Test Setup Failed
Push — master ( 57ccaa...f9310d )
by Craig
06:25
created
src/Zikula/CoreBundle/Command/GenerateTestUsersCommand.php 1 patch
Upper-Lower-Casing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@  discard block
 block discarded – undo
118 118
 
119 119
 <info>php %command.full_name% 1000 --active=I --verified=2 --regdate='>20200101'</info>
120 120
 
121
-EOT
121
+eot
122 122
             );
123 123
     }
124 124
 
@@ -185,7 +185,7 @@  discard block
 block discarded – undo
185 185
         }
186 186
         $randTimeStamp = mt_rand($regDate->getTimestamp(), $this->nowUTC->getTimestamp());
187 187
 
188
-        return \DateTime::createFromFormat("U", "${randTimeStamp}", $utcTz);
188
+        return \DateTime::createFromFormat("U", "${randtimestamp}", $utcTz);
189 189
     }
190 190
 
191 191
     private function insertUser(string $uname): void
Please login to merge, or discard this patch.