From 23f30ebdceb1e2bf28884dfb5aee1552ba62f346 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Fri, 13 Sep 2024 23:52:49 +0800 Subject: [PATCH] wip Signed-off-by: Mior Muhammad Zaki --- tests/Attributes/UsesTestingFeaturesTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Attributes/UsesTestingFeaturesTest.php b/tests/Attributes/UsesTestingFeaturesTest.php index d1bd5f06..15215ec2 100644 --- a/tests/Attributes/UsesTestingFeaturesTest.php +++ b/tests/Attributes/UsesTestingFeaturesTest.php @@ -5,7 +5,7 @@ use Orchestra\Testbench\Attributes\WithConfig; use Orchestra\Testbench\TestCase; -abstract class BaseTestCase extends TestCase +abstract class UsesTestingFeaturesTestBaseTestCase extends TestCase { /** * @beforeClass @@ -19,7 +19,7 @@ public static function defineTestingFeatures() } #[WithConfig('fake.override_attribute', 'child')] -class UsesTestingFeaturesTest extends BaseTestCase +class UsesTestingFeaturesTest extends UsesTestingFeaturesTestBaseTestCase { /** * @beforeClass