Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Jan 12, 2024
1 parent 50d080c commit a50b149
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ abstract class TestCase extends PHPUnit implements Contracts\TestCase
*/
protected $baseUrl = 'http://localhost';

/**
* The latest test response (if any).
*
* @var \Illuminate\Testing\TestResponse|null
*/
public static $latestResponse;

/**
* Setup the test environment.
*
Expand Down

0 comments on commit a50b149

Please sign in to comment.