Skip to content

Commit d32a768

Browse files
committed
fix: tests
1 parent 4759728 commit d32a768

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

tests/TestCase.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ class TestCase extends Orchestra
1313
{
1414
use RefreshDatabase;
1515

16+
/**
17+
* The latest test response (if any).
18+
*
19+
* @var \Illuminate\Testing\TestResponse|null
20+
*/
21+
public static $latestResponse;
22+
1623
protected function setUp(): void
1724
{
1825
parent::setUp();

0 commit comments

Comments
 (0)