diff --git a/tests/Unit/Adapters/ArtisanTestCommandTest.php b/tests/Unit/Adapters/ArtisanTestCommandTest.php index 916ef3c..26e5dcb 100644 --- a/tests/Unit/Adapters/ArtisanTestCommandTest.php +++ b/tests/Unit/Adapters/ArtisanTestCommandTest.php @@ -11,13 +11,6 @@ class ArtisanTestCommandTest extends TestCase { - public function setUp(): void - { - if (PHP_VERSION_ID >= 80400) { - $this->markTestSkipped('Test skipped on PHP 8.4'); - } - } - #[Test] public function testCoverage(): void { diff --git a/tests/Unit/Adapters/LaravelTest.php b/tests/Unit/Adapters/LaravelTest.php index 1754017..48b039b 100755 --- a/tests/Unit/Adapters/LaravelTest.php +++ b/tests/Unit/Adapters/LaravelTest.php @@ -20,13 +20,6 @@ class LaravelTest extends TestCase { - public function setUp(): void - { - if (PHP_VERSION_ID >= 80400) { - $this->markTestSkipped('Test skipped on PHP 8.4'); - } - } - #[Test] public function itIsRegisteredOnArtisan(): void { diff --git a/tests/Unit/Adapters/PhpunitTest.php b/tests/Unit/Adapters/PhpunitTest.php index b74c2e4..adbd179 100755 --- a/tests/Unit/Adapters/PhpunitTest.php +++ b/tests/Unit/Adapters/PhpunitTest.php @@ -11,13 +11,6 @@ class PhpunitTest extends TestCase { - public function setUp(): void - { - if (PHP_VERSION_ID >= 80400) { - $this->markTestSkipped('Test skipped on PHP 8.4'); - } - } - #[Test] public function itIsAPrinter(): void {