We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 536879b commit 3e4fffcCopy full SHA for 3e4fffc
tests/Feature/Generators/RouteGeneratorTest.php
@@ -178,7 +178,7 @@ public function output_uncomments_api_route_line_in_bootstrap_if_commented(): vo
178
{
179
$this->filesystem->expects('get')
180
->with('bootstrap/app.php')
181
- ->andReturn("// api: \nweb: __DIR__.'/../routes/web.php',");
+ ->andReturn('// api: ');
182
183
$this->filesystem->shouldReceive('replaceInFile')
184
->with('// api: ', 'api: ', 'bootstrap/app.php')
0 commit comments