Skip to content

Commit

Permalink
Merge pull request #6794 from codeigniter4/revert-6761-expeditable
Browse files Browse the repository at this point in the history
Revert Tachycardia Expeditable
  • Loading branch information
MGatner authored Oct 31, 2022
2 parents 0ff3835 + e48a2e6 commit dbd8219
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@
<element key="tabulate">
<boolean>false</boolean>
</element>
<element key="collectBare">
<boolean>true</boolean>
</element>
</array>
</arguments>
</extension>
Expand Down
2 changes: 0 additions & 2 deletions system/Test/CIUnitTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,13 @@
use Config\Modules;
use Config\Services;
use Exception;
use Nexus\PHPUnit\Extension\Expeditable;
use PHPUnit\Framework\TestCase;

/**
* Framework test case for PHPUnit.
*/
abstract class CIUnitTestCase extends TestCase
{
use Expeditable;
use ReflectionHelper;

/**
Expand Down

0 comments on commit dbd8219

Please sign in to comment.