diff options
Diffstat (limited to 'tests/src/SpecTestsuites/Core/TableGrowTest.php')
| -rw-r--r-- | tests/src/SpecTestsuites/Core/TableGrowTest.php | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/tests/src/SpecTestsuites/Core/TableGrowTest.php b/tests/src/SpecTestsuites/Core/TableGrowTest.php index 8577d39..1d0e487 100644 --- a/tests/src/SpecTestsuites/Core/TableGrowTest.php +++ b/tests/src/SpecTestsuites/Core/TableGrowTest.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 TableGrowTest extends SpecTestsuiteBase @@ -19,7 +18,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testModule0')] public function testAssertReturn1(): void { $this->runAssertReturnCommand( @@ -29,7 +27,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn1')] public function testAssertTrap2(): void { $this->runAssertTrapCommand( @@ -39,7 +36,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap2')] public function testAssertTrap3(): void { $this->runAssertTrapCommand( @@ -49,7 +45,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap3')] public function testAssertReturn4(): void { $this->runAssertReturnCommand( @@ -59,7 +54,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn4')] public function testAssertReturn5(): void { $this->runAssertReturnCommand( @@ -69,7 +63,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn5')] public function testAssertReturn6(): void { $this->runAssertReturnCommand( @@ -79,7 +72,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn6')] public function testAssertReturn7(): void { $this->runAssertReturnCommand( @@ -89,7 +81,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn7')] public function testAssertReturn8(): void { $this->runAssertReturnCommand( @@ -99,7 +90,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn8')] public function testAssertTrap9(): void { $this->runAssertTrapCommand( @@ -109,7 +99,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap9')] public function testAssertTrap10(): void { $this->runAssertTrapCommand( @@ -119,7 +108,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap10')] public function testAssertReturn11(): void { $this->runAssertReturnCommand( @@ -129,7 +117,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn11')] public function testAssertReturn12(): void { $this->runAssertReturnCommand( @@ -139,7 +126,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn12')] public function testAssertReturn13(): void { $this->runAssertReturnCommand( @@ -149,7 +135,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn13')] public function testAssertReturn14(): void { $this->runAssertReturnCommand( @@ -159,7 +144,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn14')] public function testAssertReturn15(): void { $this->runAssertReturnCommand( @@ -169,7 +153,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn15')] public function testAssertReturn16(): void { $this->runAssertReturnCommand( @@ -179,7 +162,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn16')] public function testAssertReturn17(): void { $this->runAssertReturnCommand( @@ -189,7 +171,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn17')] public function testAssertReturn18(): void { $this->runAssertReturnCommand( @@ -199,7 +180,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn18')] public function testAssertReturn19(): void { $this->runAssertReturnCommand( @@ -209,7 +189,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn19')] public function testAssertTrap20(): void { $this->runAssertTrapCommand( @@ -219,7 +198,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap20')] public function testAssertTrap21(): void { $this->runAssertTrapCommand( @@ -229,7 +207,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertTrap21')] public function testModule22(): void { $this->runModuleCommand( @@ -239,7 +216,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testModule22')] public function testAssertReturn23(): void { $this->runAssertReturnCommand( @@ -249,7 +225,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn23')] public function testModule24(): void { $this->runModuleCommand( @@ -259,7 +234,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testModule24')] public function testAssertReturn25(): void { $this->runAssertReturnCommand( @@ -269,7 +243,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn25')] public function testAssertReturn26(): void { $this->runAssertReturnCommand( @@ -279,7 +252,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn26')] public function testAssertReturn27(): void { $this->runAssertReturnCommand( @@ -289,7 +261,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn27')] public function testAssertReturn28(): void { $this->runAssertReturnCommand( @@ -299,7 +270,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn28')] public function testAssertReturn29(): void { $this->runAssertReturnCommand( @@ -309,7 +279,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn29')] public function testModule30(): void { $this->runModuleCommand( @@ -319,7 +288,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testModule30')] public function testAssertReturn31(): void { $this->runAssertReturnCommand( @@ -329,7 +297,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn31')] public function testAssertReturn32(): void { $this->runAssertReturnCommand( @@ -339,7 +306,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn32')] public function testAssertReturn33(): void { $this->runAssertReturnCommand( @@ -349,7 +315,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn33')] public function testAssertReturn34(): void { $this->runAssertReturnCommand( @@ -359,7 +324,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn34')] public function testAssertReturn35(): void { $this->runAssertReturnCommand( @@ -369,7 +333,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn35')] public function testAssertReturn36(): void { $this->runAssertReturnCommand( @@ -379,7 +342,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn36')] public function testAssertReturn37(): void { $this->runAssertReturnCommand( @@ -389,7 +351,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn37')] public function testAssertReturn38(): void { $this->runAssertReturnCommand( @@ -399,7 +360,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn38')] public function testModule39(): void { $this->runModuleCommand( @@ -409,7 +369,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testModule39')] public function testAssertReturn40(): void { $this->runAssertReturnCommand( @@ -419,7 +378,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn40')] public function testAssertReturn41(): void { $this->runAssertReturnCommand( @@ -429,7 +387,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn41')] public function testAssertReturn42(): void { $this->runAssertReturnCommand( @@ -439,7 +396,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertReturn42')] public function testAssertInvalid43(): void { $this->runAssertInvalidCommand( @@ -449,7 +405,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid43')] public function testAssertInvalid44(): void { $this->runAssertInvalidCommand( @@ -459,7 +414,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid44')] public function testAssertInvalid45(): void { $this->runAssertInvalidCommand( @@ -469,7 +423,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid45')] public function testAssertInvalid46(): void { $this->runAssertInvalidCommand( @@ -479,7 +432,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid46')] public function testAssertInvalid47(): void { $this->runAssertInvalidCommand( @@ -489,7 +441,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid47')] public function testAssertInvalid48(): void { $this->runAssertInvalidCommand( @@ -499,7 +450,6 @@ final class TableGrowTest extends SpecTestsuiteBase ); } - #[Depends('testAssertInvalid48')] public function testAssertInvalid49(): void { $this->runAssertInvalidCommand( |
