Skip to content

Commit

Permalink
Remove one more PHP_EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperTey committed Nov 23, 2024
1 parent a6c184a commit b2c6f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Generator/ControllerMakeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

expect($contents)
->toContain("namespace {$expectedNamespace};")
->toContain("use App\Http\Controllers\Controller;".PHP_EOL."use Illuminate\Http\Request;")
->toContain("use App\Http\Controllers\Controller;\nuse Illuminate\Http\Request;")
->toContain('extends Controller');
})->with([
'Invoicing:InvoiceController' => [
Expand Down

0 comments on commit b2c6f88

Please sign in to comment.