diff options
Diffstat (limited to 'tests/src/SpecTestsuites/Core/TableSubTest.php')
| -rw-r--r-- | tests/src/SpecTestsuites/Core/TableSubTest.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/src/SpecTestsuites/Core/TableSubTest.php b/tests/src/SpecTestsuites/Core/TableSubTest.php index 2070f26..0c7436b 100644 --- a/tests/src/SpecTestsuites/Core/TableSubTest.php +++ b/tests/src/SpecTestsuites/Core/TableSubTest.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 TableSubTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class TableSubTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid0')] public function testAssertInvalid1(): void { $this->runAssertInvalidCommand( |
