diff --git a/phpunit.xml b/phpunit.xml index 07b339d..52f96fc 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -2,7 +2,8 @@ - ./tests + ./tests/Base + ./tests/Php82 diff --git a/tests/CallbackTypeTest.php b/tests/Base/CallbackTypeTest.php similarity index 86% rename from tests/CallbackTypeTest.php rename to tests/Base/CallbackTypeTest.php index 5b325b1..b5c7f06 100644 --- a/tests/CallbackTypeTest.php +++ b/tests/Base/CallbackTypeTest.php @@ -1,10 +1,10 @@ isSatisfiedBy($given), $matches, $reason . " ($serializedRequire, $serializedGiven)"); + } +}