Skip to content

Commit 0eb9d1a

Browse files
authored
Merge pull request #189 from jackbayliss/add-missing-import
[4.x] Add missing route facade import to test
2 parents ae8f7a0 + 98cca25 commit 0eb9d1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Browser/Visit/MultipleUrls.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
declare(strict_types=1);
44

5+
use Illuminate\Support\Facades\Route;
6+
57
it('may visit multiple pages', function (): void {
68
Route::get('/page1', fn (): string => '<div>
79
<h1>Page 1</h1>

0 commit comments

Comments
 (0)