Passed
Push — master ( 5c3d72...4f9848 )
by Aimeos
03:17
created
tests/Controller/BasketControllerTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
 		\Aimeos\MShop::cache( false );
13 13
 		\Aimeos\Controller\Frontend::cache( false );
14 14
 
15
-		(new \Symfony\Component\Filesystem\Filesystem())->remove( __DIR__ . '/../Fixtures/var/cache/sessions' );
15
+		( new \Symfony\Component\Filesystem\Filesystem() )->remove( __DIR__ . '/../Fixtures/var/cache/sessions' );
16 16
 	}
17 17
 
18 18
 
Please login to merge, or discard this patch.