From e69d8e2a73d260fbc2a4456f092183bd07efa83f Mon Sep 17 00:00:00 2001 From: Brad Kent Date: Fri, 25 Oct 2024 09:35:50 -0500 Subject: [PATCH] UnitTest fix for php < 5.6 --- tests/Debug/Utility/PhpTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/Debug/Utility/PhpTest.php b/tests/Debug/Utility/PhpTest.php index 44afb8dd..a99140e2 100644 --- a/tests/Debug/Utility/PhpTest.php +++ b/tests/Debug/Utility/PhpTest.php @@ -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; @@ -18,7 +19,7 @@ class PhpTest extends TestCase { use AssertionTrait; - + use ExpectExceptionTrait; /** * @param mixed $value