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/CustomTest.php | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'tests/src/SpecTestsuites/Core/CustomTest.php') diff --git a/tests/src/SpecTestsuites/Core/CustomTest.php b/tests/src/SpecTestsuites/Core/CustomTest.php index a632344..c1a828e 100644 --- a/tests/src/SpecTestsuites/Core/CustomTest.php +++ b/tests/src/SpecTestsuites/Core/CustomTest.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 CustomTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class CustomTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testModule1(): void { $this->runModuleCommand( @@ -29,7 +27,6 @@ final class CustomTest extends SpecTestsuiteBase ); } - #[Depends('testModule1')] public function testModule2(): void { $this->runModuleCommand( @@ -39,7 +36,6 @@ final class CustomTest extends SpecTestsuiteBase ); } - #[Depends('testModule2')] public function testAssertMalformed3(): void { $this->runAssertMalformedCommand( @@ -49,7 +45,6 @@ final class CustomTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed3')] public function testAssertMalformed4(): void { $this->runAssertMalformedCommand( @@ -59,7 +54,6 @@ final class CustomTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed4')] public function testAssertMalformed5(): void { $this->runAssertMalformedCommand( @@ -69,7 +63,6 @@ final class CustomTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed5')] public function testAssertMalformed6(): void { $this->runAssertMalformedCommand( @@ -79,7 +72,6 @@ final class CustomTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed6')] public function testAssertMalformed7(): void { $this->runAssertMalformedCommand( @@ -89,7 +81,6 @@ final class CustomTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed7')] public function testAssertMalformed8(): void { $this->runAssertMalformedCommand( @@ -99,7 +90,6 @@ final class CustomTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed8')] public function testAssertMalformed9(): void { $this->runAssertMalformedCommand( @@ -109,7 +99,6 @@ final class CustomTest extends SpecTestsuiteBase ); } - #[Depends('testAssertMalformed9')] public function testAssertMalformed10(): void { $this->runAssertMalformedCommand( -- cgit v1.2.3-70-g09d2