Passed
Push — master ( 34494b...39d0af )
by Aimeos
04:11
created
tests/Controller/Jobs/Product/Import/Csv/StandardTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -235,7 +235,7 @@
 block discarded – undo
235 235
 
236 236
 		\Aimeos\MShop::inject( '\\Aimeos\\MShop\\Product\\Manager\\Standard', $stub );
237 237
 
238
-		$result = $this->access( 'cleanup' )->invokeArgs( $this->object, [date( 'Y-m-d H:i:s')] );
238
+		$result = $this->access( 'cleanup' )->invokeArgs( $this->object, [date( 'Y-m-d H:i:s' )] );
239 239
 
240 240
 		$this->assertEquals( 15, $result );
241 241
 	}
Please login to merge, or discard this patch.