Skip to content

Commit

Permalink
Merge pull request #6761 from paulbalandan/expeditable
Browse files Browse the repository at this point in the history
Leverage Tachycardia's Expeditable trait to obtain slim execution times
  • Loading branch information
paulbalandan authored Oct 27, 2022
2 parents 76e2dac + d9ece62 commit 30258d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@
<element key="tabulate">
<boolean>false</boolean>
</element>
<element key="collectBare">
<boolean>true</boolean>
</element>
</array>
</arguments>
</extension>
Expand Down
2 changes: 2 additions & 0 deletions system/Test/CIUnitTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,15 @@
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 30258d5

Please sign in to comment.