Skip to content

Commit f3e5f7a

Browse files
committed
Updates
1 parent 3c7ae9d commit f3e5f7a

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 @@ abstract class TestCase extends Orchestra
1313
{
1414
use WithWorkbench;
1515

16+
/**
17+
* The Illuminate\Testing\TestResponse instance for the last request.
18+
*
19+
* @var \Illuminate\Testing\TestResponse|null
20+
*/
21+
protected static $latestResponse;
22+
1623
protected function getPackageProviders($app)
1724
{
1825
return [

0 commit comments

Comments
 (0)