From 7d3ceb27abc60b0ee253d591bdadbe59b2e4bbd4 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Tue, 30 Jul 2024 23:16:10 +0800 Subject: [PATCH] Update TestCase.php --- src/TestCase.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/TestCase.php b/src/TestCase.php index df574d5..c3fb0cd 100644 --- a/src/TestCase.php +++ b/src/TestCase.php @@ -27,13 +27,6 @@ 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. *