@@ -24,7 +24,7 @@ |
||
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 |