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 5a0e307 commit 22f6b4bCopy full SHA for 22f6b4b
tests/Http/RequestMacrosTest.php
@@ -23,7 +23,7 @@ public function wants_turbo_stream()
23
}
24
25
/** @test */
26
- public function was_from_turbo_stream()
+ public function was_from_turbo_native()
27
{
28
$request = Request::create('/hello');
29
$this->assertFalse($request->wasFromTurboNative());
0 commit comments