diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-07-29 20:13:11 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-07-29 20:13:11 +0900 |
| commit | 7380f5614bb262a57329c53714a148331efaa109 (patch) | |
| tree | c1e30abd052833952922f43c97abc1016bab598c /tests/src/SpecTestsuites/Core/RefIsNullTest.php | |
| parent | 05724af3db760abe7fcd6a563423193b50bc744d (diff) | |
| download | php-waddiwasi-7380f5614bb262a57329c53714a148331efaa109.tar.gz php-waddiwasi-7380f5614bb262a57329c53714a148331efaa109.tar.zst php-waddiwasi-7380f5614bb262a57329c53714a148331efaa109.zip | |
test: Speed up test execution by removing test case dependencies
Diffstat (limited to 'tests/src/SpecTestsuites/Core/RefIsNullTest.php')
| -rw-r--r-- | tests/src/SpecTestsuites/Core/RefIsNullTest.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/src/SpecTestsuites/Core/RefIsNullTest.php b/tests/src/SpecTestsuites/Core/RefIsNullTest.php index 9a78b55..1a2a664 100644 --- a/tests/src/SpecTestsuites/Core/RefIsNullTest.php +++ b/tests/src/SpecTestsuites/Core/RefIsNullTest.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 RefIsNullTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class RefIsNullTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class RefIsNullTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertReturn2(): void { $this->runAssertReturnCommand( @@ -39,7 +36,6 @@ final class RefIsNullTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn2')] public function testAssertReturn3(): void { $this->runAssertReturnCommand( @@ -49,7 +45,6 @@ final class RefIsNullTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn3')] public function testAction4(): void { $this->runActionCommand( @@ -58,7 +53,6 @@ final class RefIsNullTest extends SpecTestsuiteBase ); } - #[Depends('testAction4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -68,7 +62,6 @@ final class RefIsNullTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -78,7 +71,6 @@ final class RefIsNullTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -88,7 +80,6 @@ final class RefIsNullTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -98,7 +89,6 @@ final class RefIsNullTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAction9(): void { $this->runActionCommand( @@ -107,7 +97,6 @@ final class RefIsNullTest extends SpecTestsuiteBase ); } - #[Depends('testAction9')] public function testAssertReturn10(): void { $this->runAssertReturnCommand( @@ -117,7 +106,6 @@ final class RefIsNullTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -127,7 +115,6 @@ final class RefIsNullTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -137,7 +124,6 @@ final class RefIsNullTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -147,7 +133,6 @@ final class RefIsNullTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertInvalid14(): void { $this->runAssertInvalidCommand( @@ -157,7 +142,6 @@ final class RefIsNullTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid14')] public function testAssertInvalid15(): void { $this->runAssertInvalidCommand( |
