Test Setup Failed
Push — main ( 1a9c02...273023 )
by ikechukwu
03:30
created
Tests/FileUploadTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@  discard block
 block discarded – undo
22 22
         Storage::fake(config('clamavfileupload.disk'));
23 23
 
24 24
         $file = __DIR__ . '/file/lorem-ipsum.pdf';
25
-        if (! is_dir($tmpDir = __DIR__ . '/tmp')) {
25
+        if (!is_dir($tmpDir = __DIR__ . '/tmp')) {
26 26
             mkdir($tmpDir, 0755, true);
27 27
         }
28 28
 
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
51 51
         Storage::fake(config('clamavfileupload.disk'));
52 52
 
53 53
         $file = __DIR__ . '/file/lorem-ipsum.pdf';
54
-        if (! is_dir($tmpDir = __DIR__ . '/tmp')) {
54
+        if (!is_dir($tmpDir = __DIR__ . '/tmp')) {
55 55
             mkdir($tmpDir, 0755, true);
56 56
         }
57 57
 
Please login to merge, or discard this patch.