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/SkipStackGuardPageTest.php | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'tests/src/SpecTestsuites/Core/SkipStackGuardPageTest.php') diff --git a/tests/src/SpecTestsuites/Core/SkipStackGuardPageTest.php b/tests/src/SpecTestsuites/Core/SkipStackGuardPageTest.php index 246b92c..9f741b7 100644 --- a/tests/src/SpecTestsuites/Core/SkipStackGuardPageTest.php +++ b/tests/src/SpecTestsuites/Core/SkipStackGuardPageTest.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 SkipStackGuardPageTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class SkipStackGuardPageTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertExhaustion1(): void { $this->runAssertExhaustionCommand( @@ -29,7 +27,6 @@ final class SkipStackGuardPageTest extends SpecTestsuiteBase ); } - #[Depends('testAssertExhaustion1')] public function testAssertExhaustion2(): void { $this->runAssertExhaustionCommand( @@ -39,7 +36,6 @@ final class SkipStackGuardPageTest extends SpecTestsuiteBase ); } - #[Depends('testAssertExhaustion2')] public function testAssertExhaustion3(): void { $this->runAssertExhaustionCommand( @@ -49,7 +45,6 @@ final class SkipStackGuardPageTest extends SpecTestsuiteBase ); } - #[Depends('testAssertExhaustion3')] public function testAssertExhaustion4(): void { $this->runAssertExhaustionCommand( @@ -59,7 +54,6 @@ final class SkipStackGuardPageTest extends SpecTestsuiteBase ); } - #[Depends('testAssertExhaustion4')] public function testAssertExhaustion5(): void { $this->runAssertExhaustionCommand( @@ -69,7 +63,6 @@ final class SkipStackGuardPageTest extends SpecTestsuiteBase ); } - #[Depends('testAssertExhaustion5')] public function testAssertExhaustion6(): void { $this->runAssertExhaustionCommand( @@ -79,7 +72,6 @@ final class SkipStackGuardPageTest extends SpecTestsuiteBase ); } - #[Depends('testAssertExhaustion6')] public function testAssertExhaustion7(): void { $this->runAssertExhaustionCommand( @@ -89,7 +81,6 @@ final class SkipStackGuardPageTest extends SpecTestsuiteBase ); } - #[Depends('testAssertExhaustion7')] public function testAssertExhaustion8(): void { $this->runAssertExhaustionCommand( @@ -99,7 +90,6 @@ final class SkipStackGuardPageTest extends SpecTestsuiteBase ); } - #[Depends('testAssertExhaustion8')] public function testAssertExhaustion9(): void { $this->runAssertExhaustionCommand( @@ -109,7 +99,6 @@ final class SkipStackGuardPageTest extends SpecTestsuiteBase ); } - #[Depends('testAssertExhaustion9')] public function testAssertExhaustion10(): void { $this->runAssertExhaustionCommand( -- cgit v1.2.3-70-g09d2