Skip to content

Commit 17b915c

Browse files
committed
Fix
1 parent 7f2d388 commit 17b915c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/TestCase.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77

88
class TestCase extends Orchestra
99
{
10+
/**
11+
* The latest response returned by the application.
12+
*
13+
* @var \Illuminate\Testing\TestResponse|null
14+
*/
15+
public static $latestResponse = null;
16+
1017
protected function setUp(): void
1118
{
1219
parent::setUp();

0 commit comments

Comments
 (0)