We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9217652 commit 38bccf9Copy full SHA for 38bccf9
tests/Integration/DeferPropsTest.php
@@ -38,6 +38,6 @@ public function test_can_resolve_bindings_when_invoked(): void
38
return $request;
39
});
40
41
- $this->assertInstanceOf(Request::class, $deferProp());
+ static::assertInstanceOf(Request::class, $deferProp());
42
}
43
0 commit comments