Passed
Pull Request — master (#993)
by Maxim
20:44 queued 10:42
created
src/Bridge/Dotenv/tests/LoadTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
             ->shouldReceive('get')
25 25
             ->once()
26 26
             ->withSomeOfArgs('DOTENV_PATH')
27
-            ->andReturn($dirs->get('root') . '.env.custom');
27
+            ->andReturn($dirs->get('root').'.env.custom');
28 28
         $env->shouldReceive('set')
29 29
             ->once()->with('KEY', 'custom_value');
30 30
 
Please login to merge, or discard this patch.