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