Passed
Push — master ( 360d9f...31271b )
by Alexander
04:18 queued 01:59
created
tests/Behaviors/FileLoaderBehaviorTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
 
46 46
     public function testLoadingMultipleFiles()
47 47
     {
48
-        $model = new FileLoaderBehaviorMock(['multiple' => true,]);
48
+        $model = new FileLoaderBehaviorMock(['multiple' => true, ]);
49 49
         $model->validate();
50 50
         $this->assertNotEmpty($model->file);
51 51
         $this->assertTrue(is_array($model->file));
Please login to merge, or discard this patch.