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 97bc3c0 commit 23b60eeCopy full SHA for 23b60ee
tests/Routing/AttributeRoutingTest.php
@@ -90,6 +90,7 @@ protected function tearDown(): void
90
Container::setInstance(null);
91
parent::tearDown();
92
}
93
+
94
public function test_it_registers_and_accesses_a_basic_get_route(): void
95
{
96
$request = Request::create('/get', 'GET');
0 commit comments