Skip to content

Commit 92daabf

Browse files
fix: Add $latestResponse property to TestCase for Orchestra Testbench 10
- Orchestra Testbench 10 (Laravel 12) requires static $latestResponse property - Fixes 'Access to undeclared static property' error in all tests
1 parent a02025b commit 92daabf

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
@@ -11,6 +11,8 @@ class TestCase extends Orchestra
1111
{
1212
use RefreshDatabase;
1313

14+
protected static $latestResponse;
15+
1416
public function getEnvironmentSetUp($app)
1517
{
1618
config()->set('app.key', 'base64:EWcFBKBT8lKlGK8nQhTHY+wg19QlfmbhtO9Qnn3NfcA=');

0 commit comments

Comments
 (0)