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.
2 parents ae8f7a0 + 98cca25 commit 0eb9d1aCopy full SHA for 0eb9d1a
tests/Browser/Visit/MultipleUrls.php
@@ -2,6 +2,8 @@
2
3
declare(strict_types=1);
4
5
+use Illuminate\Support\Facades\Route;
6
+
7
it('may visit multiple pages', function (): void {
8
Route::get('/page1', fn (): string => '<div>
9
<h1>Page 1</h1>
0 commit comments