aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/src/SpecTestsuites/Core/ForwardTest.php
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-07-29 20:13:11 +0900
committernsfisis <nsfisis@gmail.com>2025-07-29 20:13:11 +0900
commit7380f5614bb262a57329c53714a148331efaa109 (patch)
treec1e30abd052833952922f43c97abc1016bab598c /tests/src/SpecTestsuites/Core/ForwardTest.php
parent05724af3db760abe7fcd6a563423193b50bc744d (diff)
downloadphp-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/ForwardTest.php')
-rw-r--r--tests/src/SpecTestsuites/Core/ForwardTest.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/src/SpecTestsuites/Core/ForwardTest.php b/tests/src/SpecTestsuites/Core/ForwardTest.php
index fc4d4ec..2d8798c 100644
--- a/tests/src/SpecTestsuites/Core/ForwardTest.php
+++ b/tests/src/SpecTestsuites/Core/ForwardTest.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 ForwardTest extends SpecTestsuiteBase
@@ -19,7 +18,6 @@ final class ForwardTest extends SpecTestsuiteBase
);
}
- #[Depends('testModule0')]
public function testAssertReturn1(): void
{
$this->runAssertReturnCommand(
@@ -29,7 +27,6 @@ final class ForwardTest extends SpecTestsuiteBase
);
}
- #[Depends('testAssertReturn1')]
public function testAssertReturn2(): void
{
$this->runAssertReturnCommand(
@@ -39,7 +36,6 @@ final class ForwardTest extends SpecTestsuiteBase
);
}
- #[Depends('testAssertReturn2')]
public function testAssertReturn3(): void
{
$this->runAssertReturnCommand(
@@ -49,7 +45,6 @@ final class ForwardTest extends SpecTestsuiteBase
);
}
- #[Depends('testAssertReturn3')]
public function testAssertReturn4(): void
{
$this->runAssertReturnCommand(