|
@@ -23,7 +23,7 @@ |
|
|
block discarded – undo |
|
23
|
23
|
$baseDir = '/some/sample/directory'; |
|
24
|
24
|
|
|
25
|
25
|
$app->shouldReceive('configPath')->atLeast()->once() |
|
26
|
|
- ->with('quick_migrations.php')->andReturn($baseDir.'/quick_migrations.php'); |
|
|
26
|
+ ->with('quick_migrations.php')->andReturn($baseDir . '/quick_migrations.php'); |
|
27
|
27
|
|
|
28
|
28
|
$configFile = realpath(__DIR__ . '/../../publish/config/quick_migrations.php'); |
|
29
|
29
|
$provider->shouldReceive('mergeConfigFrom')->once()->with( |
Please login to merge, or discard this patch.