Skip to content

Commit

Permalink
UnitTest fix for php < 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bkdotcom committed Oct 25, 2024
1 parent 6095589 commit e69d8e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Debug/Utility/PhpTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

use bdk\Debug\Utility\Php;
use bdk\PhpUnitPolyfill\AssertionTrait;
use bdk\PhpUnitPolyfill\ExpectExceptionTrait;
use bdk\Test\Debug\Fixture\TestObj;
use PHPUnit\Framework\TestCase;

Expand All @@ -18,7 +19,7 @@
class PhpTest extends TestCase
{
use AssertionTrait;

use ExpectExceptionTrait;

/**
* @param mixed $value
Expand Down

0 comments on commit e69d8e2

Please sign in to comment.