Skip to content

Commit c47a9b9

Browse files
committed
Fix TestCase compatibility with Orchestra Testbench v10
Add static $latestResponse property required by Testbench v10.
1 parent d3ddd83 commit c47a9b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/TestCase.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
class TestCase extends Orchestra
1010
{
11+
protected static $latestResponse;
12+
1113
protected function setUp(): void
1214
{
1315
parent::setUp();

0 commit comments

Comments
 (0)