Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Sep 13, 2024
1 parent 6de8491 commit 23f30eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Attributes/UsesTestingFeaturesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Orchestra\Testbench\Attributes\WithConfig;
use Orchestra\Testbench\TestCase;

abstract class BaseTestCase extends TestCase
abstract class UsesTestingFeaturesTestBaseTestCase extends TestCase
{
/**
* @beforeClass
Expand All @@ -19,7 +19,7 @@ public static function defineTestingFeatures()
}

#[WithConfig('fake.override_attribute', 'child')]
class UsesTestingFeaturesTest extends BaseTestCase
class UsesTestingFeaturesTest extends UsesTestingFeaturesTestBaseTestCase
{
/**
* @beforeClass
Expand Down

0 comments on commit 23f30eb

Please sign in to comment.