diff --git a/tests/Feature/Generators/RouteGeneratorTest.php b/tests/Feature/Generators/RouteGeneratorTest.php index 2458bd14..beef80a6 100644 --- a/tests/Feature/Generators/RouteGeneratorTest.php +++ b/tests/Feature/Generators/RouteGeneratorTest.php @@ -178,7 +178,7 @@ public function output_uncomments_api_route_line_in_bootstrap_if_commented(): vo { $this->filesystem->expects('get') ->with('bootstrap/app.php') - ->andReturn("// api: \nweb: __DIR__.'/../routes/web.php',"); + ->andReturn('// api: '); $this->filesystem->shouldReceive('replaceInFile') ->with('// api: ', 'api: ', 'bootstrap/app.php')