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 3c7ae9d commit f3e5f7aCopy full SHA for f3e5f7a
1 file changed
tests/TestCase.php
@@ -13,6 +13,13 @@ abstract class TestCase extends Orchestra
13
{
14
use WithWorkbench;
15
16
+ /**
17
+ * The Illuminate\Testing\TestResponse instance for the last request.
18
+ *
19
+ * @var \Illuminate\Testing\TestResponse|null
20
+ */
21
+ protected static $latestResponse;
22
+
23
protected function getPackageProviders($app)
24
25
return [
0 commit comments