From 7380f5614bb262a57329c53714a148331efaa109 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 29 Jul 2025 20:13:11 +0900 Subject: test: Speed up test execution by removing test case dependencies --- tests/src/SpecTestsuites/Core/RefNullTest.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/src/SpecTestsuites/Core/RefNullTest.php') diff --git a/tests/src/SpecTestsuites/Core/RefNullTest.php b/tests/src/SpecTestsuites/Core/RefNullTest.php index 48328f9..b560757 100644 --- a/tests/src/SpecTestsuites/Core/RefNullTest.php +++ b/tests/src/SpecTestsuites/Core/RefNullTest.php @@ -5,7 +5,6 @@ declare(strict_types=1); namespace Nsfisis\Waddiwasi\Tests\SpecTestsuites\Core; use Nsfisis\Waddiwasi\Tests\SpecTestsuites\SpecTestsuiteBase; -use PHPUnit\Framework\Attributes\Depends; use PHPUnit\Framework\Attributes\DoesNotPerformAssertions; final class RefNullTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class RefNullTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class RefNullTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( -- cgit v1.2.3-70-g09d2